Trace number 2079870

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 413.55 417.074

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-453_ext.xml
MD5SUMbc159f71b70cc6572fa8c4e05332f265
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.48232
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sun Jul 12 05:23:18 2009
0.05/0.07	c 0	PID 22914
0.05/0.08	c 0	HOST node8.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2079870-1247368997.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079870-1247368997.xml' 'HOME/temp.csp'
0.06/0.45	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.06/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.58	c 0	Parsing HOME/temp.csp
0.42/0.72	c 0	parsed 319 expressions
0.42/0.73	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.73	c 0	Converting to clausal form CSP
0.42/0.75	c 0	converted 32 (10%) expressions
0.42/0.75	c 0	converted 64 (20%) expressions
0.42/0.77	c 0	converted 96 (30%) expressions
0.42/0.78	c 0	converted 128 (40%) expressions
0.42/0.79	c 0	converted 160 (50%) expressions
0.42/0.79	c 0	converted 192 (60%) expressions
0.42/0.79	c 0	converted 224 (70%) expressions
0.42/0.79	c 0	converted 256 (80%) expressions
0.42/0.80	c 0	converted 288 (90%) expressions
2.29/2.43	c 2	converted 319 (100%) expressions
2.29/2.43	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.29/2.43	c 2	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.43	c 2	Propagation in CSP
2.29/2.44	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.29/2.44	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.29/2.44	c 2	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.44	c 2	Simplifing CSP by introducing new Boolean variables
2.29/2.44	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.29/2.44	c 2	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.69	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.60/2.71	c 2	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.60/2.72	c 2	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.60/2.72	c 2	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.60/2.72	c 2	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.60/2.73	c 2	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.60/2.73	c 2	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.60/2.73	c 2	43 (70%) CSP integer variables are encoded (20874 clauses, 291008 bytes)
2.60/2.73	c 2	49 (80%) CSP integer variables are encoded (21942 clauses, 307028 bytes)
2.60/2.74	c 2	55 (90%) CSP integer variables are encoded (23010 clauses, 323048 bytes)
2.60/2.74	c 2	61 (100%) CSP integer variables are encoded (23722 clauses, 333728 bytes)
2.60/2.78	c 2	23 (10%) CSP clauses are encoded (24218 clauses, 343042 bytes)
2.70/2.80	c 2	46 (20%) CSP clauses are encoded (24696 clauses, 354157 bytes)
2.70/2.81	c 2	69 (30%) CSP clauses are encoded (25175 clauses, 365486 bytes)
2.70/2.83	c 2	92 (40%) CSP clauses are encoded (25669 clauses, 376943 bytes)
2.70/2.84	c 2	115 (50%) CSP clauses are encoded (26144 clauses, 388237 bytes)
2.70/2.86	c 2	138 (60%) CSP clauses are encoded (26642 clauses, 399905 bytes)
2.70/2.87	c 2	161 (70%) CSP clauses are encoded (27140 clauses, 411975 bytes)
2.70/2.90	c 2	184 (80%) CSP clauses are encoded (27654 clauses, 424941 bytes)
2.80/2.93	c 2	207 (90%) CSP clauses are encoded (28187 clauses, 438170 bytes)
53.49/53.87	c 53	230 (100%) CSP clauses are encoded (647287 clauses, 20817361 bytes)
53.49/53.87	c 53	230 CSP clauses encoded
53.49/53.87	c 53	Writing map file : HOME/temp.map
53.49/53.87	c 53	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
53.49/53.87	c 53	SAT : 23781 SAT variables, 647287 SAT clauses, 20817361 bytes
53.49/53.87	c 53	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
53.56/53.94	c 53	SOLVING HOME/temp.cnf
53.56/53.94	c 53	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
413.26/416.90	c 416	DECODING HOME/temp.out WITH HOME/temp.map
413.26/416.90	c 416	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
413.36/416.97	c 416	Decoding HOME/temp.out
413.36/417.04	s SATISFIABLE
413.36/417.04	v 6 11 11 6 10 1 20 13 4 2 17 24 8 4 19 21 7 6 13 6 16 40 1 0 18 5 12 0 2 23 3 1 9 2 5 2 14 11 15 1 17 18 31 33 57 61 82 88 94 134 134 139 139 162 163 165 167 178 179 179 0
413.36/417.05	c 417	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
413.36/417.07	c 417	CPU 413.52 (0.06 0.01 408.65 4.8)
413.36/417.07	c 417	END Sun Jul 12 05:30:15 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079870-1247368997/watcher-2079870-1247368997 -o /tmp/evaluation-result-2079870-1247368997/solver-2079870-1247368997 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2079870-1247368997.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.04 4/75 22914
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=11864 CPUtime=0
/proc/22914/stat : 22914 (sugar) R 22912 22914 21539 0 -1 4194304 130 0 0 0 0 0 0 0 20 0 1 0 23966995 12148736 98 996147200 4194304 4206940 548682068608 18446744073709551615 228706160656 0 0 4096 0 0 0 0 17 1 0 0
/proc/22914/statm: 2966 98 67 3 0 66 0

[startup+0.063124 s]
/proc/loadavg: 2.00 2.03 2.04 4/75 22914
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16344 CPUtime=0.05
/proc/22914/stat : 22914 (sugar) R 22912 22914 21539 0 -1 4194304 985 0 0 0 4 1 0 0 20 0 1 0 23966995 16736256 953 996147200 4194304 4206940 548682068608 18446744073709551615 228720339747 0 0 4224 0 0 0 0 17 0 0 0
/proc/22914/statm: 4086 953 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101126 s]
/proc/loadavg: 2.00 2.03 2.04 4/75 22914
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=0.06
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23966995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22914/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301144 s]
/proc/loadavg: 2.00 2.03 2.04 4/75 22914
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=0.06
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23966995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22914/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701185 s]
/proc/loadavg: 2.00 2.03 2.04 4/75 22914
/proc/meminfo: memFree=1711384/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=0.42
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1309 6582 0 1 5 1 32 4 15 0 1 0 23966995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 2.00 2.03 2.04 4/86 22936
/proc/meminfo: memFree=1692600/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=0.42
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1309 6582 0 1 5 1 32 4 15 0 1 0 23966995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1111 409 3 0 796 0
[pid=22927] ppid=22914 vsize=5356 CPUtime=0
/proc/22927/stat : 22927 (sh) S 22914 22914 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23967045 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22927/statm: 1339 233 193 169 0 50 0
[pid=22928] ppid=22927 vsize=864604 CPUtime=0.98
/proc/22928/stat : 22928 (java) S 22927 22914 21539 0 -1 0 11458 0 1 0 92 6 0 0 18 0 9 0 23967046 885354496 10531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22928/statm: 216151 10531 2566 9 0 210656 0
[pid=22928/tid=22929] ppid=22927 vsize=864604 CPUtime=0.44
/proc/22928/task/22929/stat : 22929 (java) R 22927 22914 21539 0 -1 64 2787 0 1 0 43 1 0 0 20 0 9 0 23967046 885354496 10531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22930] ppid=22927 vsize=864604 CPUtime=0.46
/proc/22928/task/22930/stat : 22930 (java) R 22927 22914 21539 0 -1 64 7656 0 0 0 43 3 0 0 17 0 9 0 23967047 885354496 10531 996147200 134512640 134550932 4294955936 18446744073709551615 103731904 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22931] ppid=22927 vsize=864604 CPUtime=0
/proc/22928/task/22931/stat : 22931 (java) S 22927 22914 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23967048 885354496 10531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22932] ppid=22927 vsize=864604 CPUtime=0
/proc/22928/task/22932/stat : 22932 (java) S 22927 22914 21539 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23967048 885354496 10531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22933] ppid=22927 vsize=864604 CPUtime=0
/proc/22928/task/22933/stat : 22933 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23967050 885354496 10531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22934] ppid=22927 vsize=864604 CPUtime=0.05
/proc/22928/task/22934/stat : 22934 (java) S 22927 22914 21539 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23967050 885354496 10531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22935] ppid=22927 vsize=864604 CPUtime=0
/proc/22928/task/22935/stat : 22935 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23967050 885354496 10531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22936] ppid=22927 vsize=864604 CPUtime=0
/proc/22928/task/22936/stat : 22936 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23967050 885354496 10531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886828

[startup+3.10241 s]
/proc/loadavg: 2.00 2.03 2.04 4/86 22936
/proc/meminfo: memFree=1658104/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=0.43
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1310 6582 0 1 6 1 32 4 15 0 1 0 23966995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1111 409 3 0 796 0
[pid=22927] ppid=22914 vsize=5356 CPUtime=0
/proc/22927/stat : 22927 (sh) S 22914 22914 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23967045 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22927/statm: 1339 233 193 169 0 50 0
[pid=22928] ppid=22927 vsize=864464 CPUtime=2.57
/proc/22928/stat : 22928 (java) S 22927 22914 21539 0 -1 0 18542 0 1 0 248 9 0 0 18 0 9 0 23967046 885211136 17435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22928/statm: 216116 17435 2590 9 0 210593 0
[pid=22928/tid=22929] ppid=22927 vsize=864464 CPUtime=1.11
/proc/22928/task/22929/stat : 22929 (java) R 22927 22914 21539 0 -1 64 3368 0 1 0 109 2 0 0 20 0 9 0 23967046 885211136 17435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22930] ppid=22927 vsize=864464 CPUtime=1.35
/proc/22928/task/22930/stat : 22930 (java) R 22927 22914 21539 0 -1 64 14138 0 0 0 129 6 0 0 16 0 9 0 23967047 885211136 17435 996147200 134512640 134550932 4294955936 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22931] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22931/stat : 22931 (java) S 22927 22914 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23967048 885211136 17435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22932] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22932/stat : 22932 (java) S 22927 22914 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23967048 885211136 17435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22933] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22933/stat : 22933 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23967050 885211136 17435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22934] ppid=22927 vsize=864464 CPUtime=0.08
/proc/22928/task/22934/stat : 22934 (java) S 22927 22914 21539 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23967050 885211136 17435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22935] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22935/stat : 22935 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23967050 885211136 17435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22936] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22936/stat : 22936 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23967050 885211136 17435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886688

[startup+6.30171 s]
/proc/loadavg: 2.00 2.03 2.04 3/86 22936
/proc/meminfo: memFree=1644536/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=0.43
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1310 6582 0 1 6 1 32 4 15 0 1 0 23966995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1111 409 3 0 796 0
[pid=22927] ppid=22914 vsize=5356 CPUtime=0
/proc/22927/stat : 22927 (sh) S 22914 22914 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23967045 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22927/statm: 1339 233 193 169 0 50 0
[pid=22928] ppid=22927 vsize=864464 CPUtime=5.77
/proc/22928/stat : 22928 (java) S 22927 22914 21539 0 -1 0 19291 0 1 0 567 10 0 0 18 0 9 0 23967046 885211136 18155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22928/statm: 216116 18155 2590 9 0 210593 0
[pid=22928/tid=22929] ppid=22927 vsize=864464 CPUtime=4.24
/proc/22928/task/22929/stat : 22929 (java) R 22927 22914 21539 0 -1 64 3397 0 1 0 422 2 0 0 25 0 9 0 23967046 885211136 18155 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22930] ppid=22927 vsize=864464 CPUtime=1.43
/proc/22928/task/22930/stat : 22930 (java) S 22927 22914 21539 0 -1 64 14858 0 0 0 136 7 0 0 16 0 9 0 23967047 885211136 18155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22931] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22931/stat : 22931 (java) S 22927 22914 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23967048 885211136 18155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22932] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22932/stat : 22932 (java) S 22927 22914 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23967048 885211136 18155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22933] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22933/stat : 22933 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23967050 885211136 18155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22934] ppid=22927 vsize=864464 CPUtime=0.08
/proc/22928/task/22934/stat : 22934 (java) S 22927 22914 21539 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23967050 885211136 18155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22935] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22935/stat : 22935 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23967050 885211136 18155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22936] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22936/stat : 22936 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23967050 885211136 18155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886688

[startup+12.7013 s]
/proc/loadavg: 2.00 2.03 2.04 3/86 22936
/proc/meminfo: memFree=1636600/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=0.43
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1310 6582 0 1 6 1 32 4 15 0 1 0 23966995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1111 409 3 0 796 0
[pid=22927] ppid=22914 vsize=5356 CPUtime=0
/proc/22927/stat : 22927 (sh) S 22914 22914 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23967045 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22927/statm: 1339 233 193 169 0 50 0
[pid=22928] ppid=22927 vsize=864464 CPUtime=12.17
/proc/22928/stat : 22928 (java) S 22927 22914 21539 0 -1 0 20800 0 1 0 1204 13 0 0 18 0 9 0 23967046 885211136 19573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22928/statm: 216116 19573 2590 9 0 210593 0
[pid=22928/tid=22929] ppid=22927 vsize=864464 CPUtime=10.42
/proc/22928/task/22929/stat : 22929 (java) R 22927 22914 21539 0 -1 64 3488 0 1 0 1039 3 0 0 25 0 9 0 23967046 885211136 19573 996147200 134512640 134550932 4294955936 18446744073709551615 103199509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22930] ppid=22927 vsize=864464 CPUtime=1.63
/proc/22928/task/22930/stat : 22930 (java) S 22927 22914 21539 0 -1 64 16275 0 0 0 155 8 0 0 16 0 9 0 23967047 885211136 19573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22931] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22931/stat : 22931 (java) S 22927 22914 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23967048 885211136 19573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22932] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22932/stat : 22932 (java) S 22927 22914 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23967048 885211136 19573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22933] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22933/stat : 22933 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23967050 885211136 19573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22934] ppid=22927 vsize=864464 CPUtime=0.09
/proc/22928/task/22934/stat : 22934 (java) S 22927 22914 21539 0 -1 64 337 0 0 0 9 0 0 0 16 0 9 0 23967050 885211136 19573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22935] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22935/stat : 22935 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23967050 885211136 19573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22936] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22936/stat : 22936 (java) S 22927 22914 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23967050 885211136 19573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 886688

[startup+25.5025 s]
/proc/loadavg: 1.92 2.01 2.03 3/93 22979
/proc/meminfo: memFree=1616576/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=0.43
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1310 6582 0 1 6 1 32 4 15 0 1 0 23966995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1111 409 3 0 796 0
[pid=22927] ppid=22914 vsize=5356 CPUtime=0
/proc/22927/stat : 22927 (sh) S 22914 22914 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23967045 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22927/statm: 1339 233 193 169 0 50 0
[pid=22928] ppid=22927 vsize=864464 CPUtime=24.94
/proc/22928/stat : 22928 (java) S 22927 22914 21539 0 -1 0 23985 0 1 0 2474 20 0 0 18 0 9 0 23967046 885211136 22577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22928/statm: 216116 22577 2590 9 0 210593 0
[pid=22928/tid=22929] ppid=22927 vsize=864464 CPUtime=22.76
/proc/22928/task/22929/stat : 22929 (java) R 22927 22914 21539 0 -1 64 3670 0 1 0 2268 8 0 0 25 0 9 0 23967046 885211136 22577 996147200 134512640 134550932 4294955936 18446744073709551615 103211269 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22928/tid=22930] ppid=22927 vsize=864464 CPUtime=2.06
/proc/22928/task/22930/stat : 22930 (java) S 22927 22914 21539 0 -1 64 19274 0 0 0 195 11 0 0 16 0 9 0 23967047 885211136 22577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22928/tid=22931] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22931/stat : 22931 (java) S 22927 22914 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23967048 885211136 22577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22932] ppid=22927 vsize=864464 CPUtime=0
/proc/22928/task/22932/stat : 22932 (java) S 22927 22914 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23967048 885211136 22577 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22928/tid=22933] ppid=22927 vsize=864464 CPUtime=0

################
# More data... #
################


[startup+162.301 s]
/proc/loadavg: 2.23 2.09 2.05 3/87 23020
/proc/meminfo: memFree=1267904/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=34796 CPUtime=107.51
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 8091 0 0 0 10318 433 0 0 25 0 1 0 23972389 35631104 8061 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23020/statm: 8699 8061 42 102 0 8594 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 57020

[startup+222.301 s]
/proc/loadavg: 2.32 2.13 2.07 3/87 23020
/proc/meminfo: memFree=1014848/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=35852 CPUtime=166.28
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 8337 0 0 0 16194 434 0 0 25 0 1 0 23972389 36712448 8307 996147200 134512640 134931368 4294956256 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 1 0 0
/proc/23020/statm: 8963 8307 42 102 0 8858 0
Current children cumulated CPU time (s) 219.87
Current children cumulated vsize (KiB) 58076

[startup+282.302 s]
/proc/loadavg: 2.40 2.18 2.09 3/87 23020
/proc/meminfo: memFree=990592/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=37964 CPUtime=225.85
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 8851 0 0 0 22150 435 0 0 25 0 1 0 23972389 38875136 8821 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23020/statm: 9491 8821 42 102 0 9386 0
Current children cumulated CPU time (s) 279.44
Current children cumulated vsize (KiB) 60188

[startup+342.301 s]
/proc/loadavg: 2.40 2.23 2.11 3/87 23020
/proc/meminfo: memFree=988800/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=39416 CPUtime=285.56
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 9229 0 0 0 28121 435 0 0 25 0 1 0 23972389 40361984 9199 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23020/statm: 9854 9199 42 102 0 9749 0
Current children cumulated CPU time (s) 339.15
Current children cumulated vsize (KiB) 61640

[startup+402.301 s]
/proc/loadavg: 2.15 2.19 2.10 4/87 23020
/proc/meminfo: memFree=986888/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=41260 CPUtime=345.28
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 9764 0 0 0 34092 436 0 0 25 0 1 0 23972389 42250240 9635 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23020/statm: 10315 9635 48 102 0 10210 0
Current children cumulated CPU time (s) 398.87
Current children cumulated vsize (KiB) 63484

Solver just ended. Dumping a history of the last processes samples

[startup+409.502 s]
/proc/loadavg: 2.13 2.18 2.10 3/87 23020
/proc/meminfo: memFree=986880/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=41260 CPUtime=352.45
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 9764 0 0 0 34809 436 0 0 25 0 1 0 23972389 42250240 9635 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23020/statm: 10315 9635 48 102 0 10210 0
Current children cumulated CPU time (s) 406.04
Current children cumulated vsize (KiB) 63484

[startup+412.702 s]
/proc/loadavg: 2.12 2.18 2.10 3/86 23069
/proc/meminfo: memFree=1648512/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=41260 CPUtime=355.59
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 9764 0 0 0 35123 436 0 0 25 0 1 0 23972389 42250240 9635 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23020/statm: 10315 9635 48 102 0 10210 0
Current children cumulated CPU time (s) 409.18
Current children cumulated vsize (KiB) 63484

[startup+414.302 s]
/proc/loadavg: 2.12 2.18 2.10 3/86 23069
/proc/meminfo: memFree=1635392/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=41260 CPUtime=357.18
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 9764 0 0 0 35282 436 0 0 25 0 1 0 23972389 42250240 9635 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23020/statm: 10315 9635 48 102 0 10210 0
Current children cumulated CPU time (s) 410.77
Current children cumulated vsize (KiB) 63484

[startup+415.901 s]
/proc/loadavg: 2.11 2.18 2.09 3/86 23069
/proc/meminfo: memFree=1608840/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=41260 CPUtime=358.77
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 9764 0 0 0 35441 436 0 0 25 0 1 0 23972389 42250240 9635 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23020/statm: 10315 9635 48 102 0 10210 0
Current children cumulated CPU time (s) 412.36
Current children cumulated vsize (KiB) 63484

[startup+416.701 s]
/proc/loadavg: 2.11 2.18 2.09 3/86 23069
/proc/meminfo: memFree=1608840/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=53.59
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1365 39318 0 2 6 1 5312 40 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
[pid=23019] ppid=22914 vsize=5356 CPUtime=0
/proc/23019/stat : 23019 (sh) S 22914 22914 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23972389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23019/statm: 1339 232 193 169 0 50 0
[pid=23020] ppid=23019 vsize=41260 CPUtime=359.57
/proc/23020/stat : 23020 (picosat) R 23019 22914 21539 0 -1 4194304 9764 0 0 0 35521 436 0 0 25 0 1 0 23972389 42250240 9635 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23020/statm: 10315 9635 48 102 0 10210 0
Current children cumulated CPU time (s) 413.16
Current children cumulated vsize (KiB) 63484

[startup+416.906 s]
/proc/loadavg: 2.11 2.18 2.09 3/86 23069
/proc/meminfo: memFree=1594760/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=413.36
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1428 49373 0 2 6 1 40852 477 17 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 413.36
Current children cumulated vsize (KiB) 16868

[startup+417.001 s]
/proc/loadavg: 2.11 2.18 2.09 3/86 23069
/proc/meminfo: memFree=1594760/2055920 swapFree=4192812/4192956
[pid=22914] ppid=22912 vsize=16868 CPUtime=413.36
/proc/22914/stat : 22914 (sugar) S 22912 22914 21539 0 -1 4194304 1446 49373 0 2 6 1 40852 477 16 0 1 0 23966995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22914/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 413.36
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 417.074
CPU time (s): 413.55
CPU user time (s): 408.718
CPU system time (s): 4.83227
CPU usage (%): 99.1551
Max. virtual memory (cumulated for all children) (KiB): 897064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 408.718
system time used= 4.83226
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54691
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8857
involuntary context switches= 17971

runsolver used 0.482926 second user time and 1.24581 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 05:23:17
IDJOB=2079870
IDBENCH=56966
IDSOLVER=738
FILE ID=node8/2079870-1247368997
PBS_JOBID= 9507121
Free space on /tmp= 66284 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-453_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079870-1247368997/watcher-2079870-1247368997 -o /tmp/evaluation-result-2079870-1247368997/solver-2079870-1247368997 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2079870-1247368997.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= bc159f71b70cc6572fa8c4e05332f265
RANDOM SEED=2135318288

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1711864 kB
Buffers:         42664 kB
Cached:         192684 kB
SwapCached:          0 kB
Active:         171880 kB
Inactive:        97000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          44692 kB
Slab:            60204 kB
Committed_AS:   171392 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66232 MiB
End job on node8 at 2009-07-12 05:30:15