Trace number 2080255

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+picosat? (TO) 1800.03 1816.13

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-6.xml
MD5SUM63cd5470592839865b6357c53b6681fa
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark167.471
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1495
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:30:34 2009
0.00/0.08	c 0	PID 23045
0.07/0.08	c 0	HOST node23.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080255-1247369433.xml TO HOME/temp.csp
0.07/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-2080255-1247369433.xml' 'HOME/temp.csp'
0.07/0.91	c 0	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.07/0.92	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	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.95/1.01	c 0	Parsing HOME/temp.csp
1.05/1.12	c 1	parsed 3732 expressions
1.05/1.13	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.13	c 1	Converting to clausal form CSP
1.05/1.15	c 1	converted 374 (10%) expressions
1.15/1.22	c 1	converted 747 (20%) expressions
1.24/1.35	c 1	converted 1120 (30%) expressions
1.24/1.39	c 1	converted 1493 (40%) expressions
1.35/1.41	c 1	converted 1866 (50%) expressions
1.35/1.42	c 1	converted 2240 (60%) expressions
1.35/1.43	c 1	converted 2613 (70%) expressions
1.35/1.45	c 1	converted 2986 (80%) expressions
1.35/1.46	c 1	converted 3359 (90%) expressions
1.35/1.47	c 1	converted 3732 (100%) expressions
1.35/1.47	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1479
1.35/1.47	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.35/1.47	c 1	Propagation in CSP
1.54/1.60	c 1	90408 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.54/1.60	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 856
1.54/1.60	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.61	c 1	Simplifing CSP by introducing new Boolean variables
1.54/1.69	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 856
1.54/1.69	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.73	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.78	c 1	30 (10%) CSP integer variables are encoded (18180 clauses, 250586 bytes)
1.74/1.81	c 1	60 (20%) CSP integer variables are encoded (40065 clauses, 578861 bytes)
1.74/1.83	c 1	90 (30%) CSP integer variables are encoded (57000 clauses, 832886 bytes)
1.74/1.86	c 1	120 (40%) CSP integer variables are encoded (79905 clauses, 1176461 bytes)
1.74/1.89	c 1	150 (50%) CSP integer variables are encoded (102165 clauses, 1514986 bytes)
1.84/1.92	c 1	180 (60%) CSP integer variables are encoded (124650 clauses, 1897231 bytes)
1.84/1.95	c 1	210 (70%) CSP integer variables are encoded (148860 clauses, 2308801 bytes)
1.84/1.99	c 1	240 (80%) CSP integer variables are encoded (174255 clauses, 2740516 bytes)
1.93/2.02	c 1	270 (90%) CSP integer variables are encoded (197160 clauses, 3129901 bytes)
1.93/2.04	c 1	300 (100%) CSP integer variables are encoded (215040 clauses, 3433861 bytes)
2.43/2.59	c 2	883 (10%) CSP clauses are encoded (470335 clauses, 9072953 bytes)
2.93/3.00	c 2	1766 (20%) CSP clauses are encoded (674325 clauses, 13799429 bytes)
3.42/3.59	c 3	2649 (30%) CSP clauses are encoded (965456 clauses, 20569572 bytes)
3.92/4.09	c 4	3532 (40%) CSP clauses are encoded (1218651 clauses, 26460592 bytes)
4.40/4.58	c 4	4415 (50%) CSP clauses are encoded (1463976 clauses, 32178219 bytes)
5.00/5.12	c 5	5298 (60%) CSP clauses are encoded (1734302 clauses, 38474607 bytes)
5.59/5.71	c 5	6181 (70%) CSP clauses are encoded (2034904 clauses, 45495269 bytes)
6.18/6.31	c 6	7064 (80%) CSP clauses are encoded (2346239 clauses, 52953270 bytes)
6.78/6.94	c 6	7947 (90%) CSP clauses are encoded (2660940 clauses, 60582081 bytes)
7.37/7.52	c 7	8830 (100%) CSP clauses are encoded (2969739 clauses, 67769928 bytes)
7.37/7.52	c 7	8830 CSP clauses encoded
7.37/7.52	c 7	Writing map file : HOME/temp.map
7.37/7.53	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.37/7.53	c 7	SAT : 221040 SAT variables, 2969739 SAT clauses, 67769928 bytes
7.37/7.53	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.37/7.54	c 7	SOLVING HOME/temp.cnf
7.37/7.54	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1816.12	c ERROR INTERRUPTED
1800.03/1816.13	s UNKNOWN
1800.03/1816.13	c 1816	CPU 7.43 (0.06 0.01 6.77 0.59)
1800.03/1816.13	c 1816	END Sun Jul 12 06:00:50 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080255-1247369433/watcher-2080255-1247369433 -o /tmp/evaluation-result-2080255-1247369433/solver-2080255-1247369433 -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-2080255-1247369433.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.20 2.22 2.09 4/73 23045
/proc/meminfo: memFree=1623448/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=12000 CPUtime=0
/proc/23045/stat : 23045 (sugar) R 23043 23045 19655 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 24009734 12288000 176 996147200 4194304 4206940 548682068608 18446744073709551615 238487534776 0 0 4224 0 0 0 0 17 1 0 0
/proc/23045/statm: 3000 176 137 3 0 100 0

[startup+0.0822791 s]
/proc/loadavg: 2.20 2.22 2.09 4/73 23045
/proc/meminfo: memFree=1623448/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16740 CPUtime=0.07
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24009734 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102166 s]
/proc/loadavg: 2.20 2.22 2.09 4/73 23045
/proc/meminfo: memFree=1623448/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=0.07
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24009734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301747 s]
/proc/loadavg: 2.20 2.22 2.09 4/73 23045
/proc/meminfo: memFree=1623448/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=0.07
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24009734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701831 s]
/proc/loadavg: 2.20 2.22 2.09 4/73 23045
/proc/meminfo: memFree=1623448/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=0.07
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24009734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50299 s]
/proc/loadavg: 2.20 2.22 2.09 3/84 23067
/proc/meminfo: memFree=1615936/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=0.89
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1310 6843 0 1 6 1 78 4 15 0 1 0 24009734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1111 409 3 0 796 0
[pid=23058] ppid=23045 vsize=5356 CPUtime=0
/proc/23058/stat : 23058 (sh) S 23045 23045 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24009827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23058/statm: 1339 233 193 169 0 50 0
[pid=23059] ppid=23058 vsize=868512 CPUtime=0.55
/proc/23059/stat : 23059 (java) S 23058 23045 19655 0 -1 0 5839 0 1 0 52 3 0 0 18 0 9 0 24009827 889356288 5262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23059/statm: 217128 5262 1743 9 0 211633 0
[pid=23059/tid=23060] ppid=23058 vsize=868512 CPUtime=0.34
/proc/23059/task/23060/stat : 23060 (java) R 23058 23045 19655 0 -1 64 2669 0 1 0 33 1 0 0 19 0 9 0 24009828 889356288 5262 996147200 134512640 134550932 4294955936 18446744073709551615 4126536609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23061] ppid=23058 vsize=868512 CPUtime=0.03
/proc/23059/task/23061/stat : 23061 (java) S 23058 23045 19655 0 -1 64 1001 0 0 0 3 0 0 0 16 0 9 0 24009829 889356288 5262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23062] ppid=23058 vsize=868512 CPUtime=0
/proc/23059/task/23062/stat : 23062 (java) S 23058 23045 19655 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24009829 889356288 5262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23063] ppid=23058 vsize=868512 CPUtime=0
/proc/23059/task/23063/stat : 23063 (java) S 23058 23045 19655 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24009829 889356288 5262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23064] ppid=23058 vsize=868512 CPUtime=0
/proc/23059/task/23064/stat : 23064 (java) S 23058 23045 19655 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24009831 889356288 5262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23065] ppid=23058 vsize=868512 CPUtime=0.15
/proc/23059/task/23065/stat : 23065 (java) S 23058 23045 19655 0 -1 64 1475 0 0 0 15 0 0 0 16 0 9 0 24009831 889356288 5262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23066] ppid=23058 vsize=868512 CPUtime=0
/proc/23059/task/23066/stat : 23066 (java) S 23058 23045 19655 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24009831 889356288 5262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23067] ppid=23058 vsize=868512 CPUtime=0
/proc/23059/task/23067/stat : 23067 (java) R 23058 23045 19655 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24009831 889356288 5262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890736

[startup+3.10229 s]
/proc/loadavg: 2.27 2.23 2.10 3/84 23067
/proc/meminfo: memFree=1599104/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=0.89
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1310 6843 0 1 6 1 78 4 15 0 1 0 24009734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1111 409 3 0 796 0
[pid=23058] ppid=23045 vsize=5356 CPUtime=0
/proc/23058/stat : 23058 (sh) S 23045 23045 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24009827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23058/statm: 1339 233 193 169 0 50 0
[pid=23059] ppid=23058 vsize=868708 CPUtime=2.13
/proc/23059/stat : 23059 (java) S 23058 23045 19655 0 -1 0 7950 0 1 0 200 13 0 0 18 0 9 0 24009827 889556992 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23059/statm: 217177 6770 2590 9 0 211654 0
[pid=23059/tid=23060] ppid=23058 vsize=868708 CPUtime=1.67
/proc/23059/task/23060/stat : 23060 (java) R 23058 23045 19655 0 -1 64 3145 0 1 0 158 9 0 0 25 0 9 0 24009828 889556992 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4126843995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23061] ppid=23058 vsize=868708 CPUtime=0.23
/proc/23059/task/23061/stat : 23061 (java) S 23058 23045 19655 0 -1 64 2601 0 0 0 21 2 0 0 16 0 9 0 24009829 889556992 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23062] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23062/stat : 23062 (java) S 23058 23045 19655 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24009829 889556992 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23063] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23063/stat : 23063 (java) S 23058 23045 19655 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24009829 889556992 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23064] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23064/stat : 23064 (java) S 23058 23045 19655 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24009831 889556992 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23065] ppid=23058 vsize=868708 CPUtime=0.19
/proc/23059/task/23065/stat : 23065 (java) S 23058 23045 19655 0 -1 64 1505 0 0 0 19 0 0 0 16 0 9 0 24009831 889556992 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23066] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23066/stat : 23066 (java) S 23058 23045 19655 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24009831 889556992 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23067] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23067/stat : 23067 (java) S 23058 23045 19655 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24009831 889556992 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890932

[startup+6.30292 s]
/proc/loadavg: 2.27 2.23 2.10 3/84 23067
/proc/meminfo: memFree=1561280/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=0.89
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1310 6843 0 1 6 1 78 4 15 0 1 0 24009734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1111 409 3 0 796 0
[pid=23058] ppid=23045 vsize=5356 CPUtime=0
/proc/23058/stat : 23058 (sh) S 23045 23045 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24009827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23058/statm: 1339 233 193 169 0 50 0
[pid=23059] ppid=23058 vsize=868708 CPUtime=5.29
/proc/23059/stat : 23059 (java) S 23058 23045 19655 0 -1 0 8937 0 1 0 488 41 0 0 18 0 9 0 24009827 889556992 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23059/statm: 217177 6773 2590 9 0 211654 0
[pid=23059/tid=23060] ppid=23058 vsize=868708 CPUtime=4.56
/proc/23059/task/23060/stat : 23060 (java) R 23058 23045 19655 0 -1 64 4130 0 1 0 424 32 0 0 25 0 9 0 24009828 889556992 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23061] ppid=23058 vsize=868708 CPUtime=0.5
/proc/23059/task/23061/stat : 23061 (java) S 23058 23045 19655 0 -1 64 2601 0 0 0 42 8 0 0 15 0 9 0 24009829 889556992 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23062] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23062/stat : 23062 (java) S 23058 23045 19655 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24009829 889556992 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23063] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23063/stat : 23063 (java) S 23058 23045 19655 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24009829 889556992 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23064] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23064/stat : 23064 (java) S 23058 23045 19655 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24009831 889556992 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23065] ppid=23058 vsize=868708 CPUtime=0.2
/proc/23059/task/23065/stat : 23065 (java) S 23058 23045 19655 0 -1 64 1507 0 0 0 20 0 0 0 16 0 9 0 24009831 889556992 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23066] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23066/stat : 23066 (java) S 23058 23045 19655 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24009831 889556992 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23059/tid=23067] ppid=23058 vsize=868708 CPUtime=0
/proc/23059/task/23067/stat : 23067 (java) S 23058 23045 19655 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24009831 889556992 6773 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890932

[startup+12.7022 s]
/proc/loadavg: 2.23 2.23 2.09 3/76 23069
/proc/meminfo: memFree=1521984/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=37340 CPUtime=5.07
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 8430 0 0 0 232 275 0 0 25 0 1 0 24010489 38236160 8416 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 9335 8416 40 102 0 9230 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 59564

[startup+25.5016 s]
/proc/loadavg: 2.19 2.22 2.09 3/76 23069
/proc/meminfo: memFree=1472896/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=85592 CPUtime=17.75
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 20317 0 0 0 812 963 0 0 25 0 1 0 24010489 87646208 20303 996147200 134512640 134931368 4294956256 18446744073709551615 134520638 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 21398 20303 40 102 0 21293 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 107816

[startup+51.1016 s]
/proc/loadavg: 2.12 2.20 2.09 3/76 23069
/proc/meminfo: memFree=1441920/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=123504 CPUtime=43.11
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 27796 0 0 0 2909 1402 0 0 25 0 1 0 24010489 126468096 27782 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 30876 27782 42 102 0 30771 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 145728

[startup+102.307 s]
/proc/loadavg: 2.05 2.16 2.08 3/76 23069
/proc/meminfo: memFree=1441088/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1428024/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=135920 CPUtime=1341.93
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 31194 0 0 0 132783 1410 0 0 25 0 1 0 24010489 139182080 31080 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 33980 31080 48 102 0 33875 0
Current children cumulated CPU time (s) 1349.35
Current children cumulated vsize (KiB) 158144

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23072
/proc/meminfo: memFree=1428024/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=135920 CPUtime=1401.37
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 31194 0 0 0 138726 1411 0 0 25 0 1 0 24010489 139182080 31080 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 33980 31080 48 102 0 33875 0
Current children cumulated CPU time (s) 1408.79
Current children cumulated vsize (KiB) 158144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23072
/proc/meminfo: memFree=1428024/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=135920 CPUtime=1460.8
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 31194 0 0 0 144669 1411 0 0 25 0 1 0 24010489 139182080 31080 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 33980 31080 48 102 0 33875 0
Current children cumulated CPU time (s) 1468.22
Current children cumulated vsize (KiB) 158144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23072
/proc/meminfo: memFree=1428024/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=135920 CPUtime=1520.23
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 31194 0 0 0 150612 1411 0 0 25 0 1 0 24010489 139182080 31080 996147200 134512640 134931368 4294956256 18446744073709551615 134522688 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 33980 31080 48 102 0 33875 0
Current children cumulated CPU time (s) 1527.65
Current children cumulated vsize (KiB) 158144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23072
/proc/meminfo: memFree=1427128/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=136976 CPUtime=1579.67
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 31445 0 0 0 156555 1412 0 0 25 0 1 0 24010489 140263424 31331 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 34244 31331 48 102 0 34139 0
Current children cumulated CPU time (s) 1587.09
Current children cumulated vsize (KiB) 159200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23072
/proc/meminfo: memFree=1425976/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=138032 CPUtime=1639.09
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 31711 0 0 0 162497 1412 0 0 25 0 1 0 24010489 141344768 31597 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23069/statm: 34508 31597 48 102 0 34403 0
Current children cumulated CPU time (s) 1646.51
Current children cumulated vsize (KiB) 160256

[startup+1722.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 23114
/proc/meminfo: memFree=1411064/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=138956 CPUtime=1698.85
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 31971 0 0 0 168471 1414 0 0 25 0 1 0 24010489 142290944 31857 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 34739 31857 48 102 0 34634 0
Current children cumulated CPU time (s) 1706.27
Current children cumulated vsize (KiB) 161180

[startup+1782.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 23114
/proc/meminfo: memFree=1409976/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=139484 CPUtime=1758.82
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 32239 0 0 0 174468 1414 0 0 25 0 1 0 24010489 142831616 32005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 34871 32005 48 102 0 34766 0
Current children cumulated CPU time (s) 1766.24
Current children cumulated vsize (KiB) 161708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 23114
/proc/meminfo: memFree=1410104/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=139484 CPUtime=1792.61
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 32239 0 0 0 177847 1414 0 0 25 0 1 0 24010489 142831616 32005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 34871 32005 48 102 0 34766 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 161708

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1816.11 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 23114
/proc/meminfo: memFree=1410104/2055920 swapFree=4192812/4192956
[pid=23045] ppid=23043 vsize=16868 CPUtime=7.42
/proc/23045/stat : 23045 (sugar) S 23043 23045 19655 0 -1 4194304 1365 16474 0 2 6 1 677 58 16 0 1 0 24009734 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23045/statm: 4217 1113 409 3 0 796 0
[pid=23068] ppid=23045 vsize=5356 CPUtime=0
/proc/23068/stat : 23068 (sh) S 23045 23045 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24010489 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23068/statm: 1339 232 193 169 0 50 0
[pid=23069] ppid=23068 vsize=139484 CPUtime=1792.61
/proc/23069/stat : 23069 (picosat) R 23068 23045 19655 0 -1 4194304 32239 0 0 0 177847 1414 0 0 25 0 1 0 24010489 142831616 32005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23069/statm: 34871 32005 48 102 0 34766 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 161708

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23045 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=842959
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=608907
# CPU time returned by wait4() is 7.45187
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.13
CPU time (s): 1800.03
CPU user time (s): 1785.3
CPU system time (s): 14.73
CPU usage (%): 99.1132
Max. virtual memory (cumulated for all children) (KiB): 890932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.84296
system time used= 0.608907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18233
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17791
involuntary context switches= 17789

runsolver used 2.13267 second user time and 6.13907 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 05:30:33
IDJOB=2080255
IDBENCH=57045
IDSOLVER=738
FILE ID=node23/2080255-1247369433
PBS_JOBID= 9507087
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-6.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-2080255-1247369433/watcher-2080255-1247369433 -o /tmp/evaluation-result-2080255-1247369433/solver-2080255-1247369433 -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-2080255-1247369433.xml

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

MD5SUM BENCH= 63cd5470592839865b6357c53b6681fa
RANDOM SEED=1093366154

node23.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.277
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.277
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1623864 kB
Buffers:         48288 kB
Cached:         283416 kB
SwapCached:          0 kB
Active:         177052 kB
Inactive:       177856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          33868 kB
Slab:            62644 kB
Committed_AS:   241316 kB
PageTables:       1756 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node23 at 2009-07-12 06:00:52