Trace number 2061104

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.04 1817.19

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-20.xml
MD5SUM145c5c87867fde59caf4355db1528459
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables207
Number of constraints206
Maximum constraint arity20
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension188
Global constraints used (with number of constraints)alldifferent(18)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:38:05 2009
0.00/0.07	c 0	PID 12448
0.00/0.08	c 0	HOST node51.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2061104-1247326685.xml TO HOME/temp.csp
0.00/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-2061104-1247326685.xml' 'HOME/temp.csp'
0.06/0.37	c 0	2 domains, 207 variables, 2 predicates, 0 relations, 206 constraints
0.06/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.36/0.40	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.36/0.47	c 0	Parsing HOME/temp.csp
0.36/0.51	c 0	parsed 417 expressions
0.36/0.52	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.52	c 0	Converting to clausal form CSP
0.36/0.54	c 0	converted 42 (10%) expressions
0.36/0.54	c 0	converted 84 (20%) expressions
0.36/0.54	c 0	converted 126 (30%) expressions
0.36/0.54	c 0	converted 167 (40%) expressions
0.36/0.54	c 0	converted 209 (50%) expressions
0.36/0.71	c 0	converted 251 (60%) expressions
0.36/0.82	c 1	converted 292 (70%) expressions
0.36/0.85	c 1	converted 334 (80%) expressions
0.36/0.86	c 1	converted 376 (90%) expressions
1.92/2.10	c 2	converted 417 (100%) expressions
1.92/2.10	c 2	CSP : 209 integers, 0 booleans, 1744 clauses, largest domain size 39
1.92/2.10	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.10	c 2	Propagation in CSP
2.22/2.32	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.22/2.32	c 2	CSP : 209 integers, 0 booleans, 1744 clauses, largest domain size 39
2.22/2.32	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.32	c 2	Simplifing CSP by introducing new Boolean variables
2.22/2.35	c 2	CSP : 209 integers, 2660 booleans, 4404 clauses, largest domain size 39
2.22/2.35	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.41	c 2	21 (10%) CSP integer variables are encoded (396 clauses, 4216 bytes)
2.32/2.43	c 2	42 (20%) CSP integer variables are encoded (1152 clauses, 12911 bytes)
2.32/2.44	c 2	63 (30%) CSP integer variables are encoded (1908 clauses, 22739 bytes)
2.32/2.44	c 2	84 (40%) CSP integer variables are encoded (2664 clauses, 32567 bytes)
2.32/2.45	c 2	105 (50%) CSP integer variables are encoded (3420 clauses, 42395 bytes)
2.32/2.45	c 2	126 (60%) CSP integer variables are encoded (4176 clauses, 52223 bytes)
2.32/2.46	c 2	147 (70%) CSP integer variables are encoded (4932 clauses, 62051 bytes)
2.32/2.46	c 2	168 (80%) CSP integer variables are encoded (5688 clauses, 71879 bytes)
2.32/2.47	c 2	189 (90%) CSP integer variables are encoded (6444 clauses, 81707 bytes)
2.32/2.47	c 2	209 (100%) CSP integer variables are encoded (7166 clauses, 91093 bytes)
2.91/3.02	c 3	441 (10%) CSP clauses are encoded (160255 clauses, 2464053 bytes)
2.91/3.09	c 3	881 (20%) CSP clauses are encoded (171277 clauses, 2669532 bytes)
3.00/3.15	c 3	1322 (30%) CSP clauses are encoded (182448 clauses, 2877837 bytes)
3.10/3.22	c 3	1762 (40%) CSP clauses are encoded (193692 clauses, 3087348 bytes)
3.10/3.28	c 3	2202 (50%) CSP clauses are encoded (204899 clauses, 3296316 bytes)
3.20/3.34	c 3	2643 (60%) CSP clauses are encoded (216181 clauses, 3506571 bytes)
3.20/3.39	c 3	3083 (70%) CSP clauses are encoded (227425 clauses, 3716126 bytes)
3.30/3.44	c 3	3524 (80%) CSP clauses are encoded (238670 clauses, 3916164 bytes)
3.30/3.48	c 3	3964 (90%) CSP clauses are encoded (248330 clauses, 4077143 bytes)
3.30/3.50	c 3	4404 (100%) CSP clauses are encoded (254318 clauses, 4174751 bytes)
3.30/3.50	c 3	4404 CSP clauses encoded
3.30/3.50	c 3	Writing map file : HOME/temp.map
3.40/3.50	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.40/3.51	c 3	SAT : 10035 SAT variables, 254318 SAT clauses, 4174751 bytes
3.40/3.51	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.40/3.53	c 3	SOLVING HOME/temp.cnf
3.40/3.53	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1817.11	sh: line 1: 12472 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.00/1817.11	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1817.11	c 1817	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'
1800.00/1817.11	c ERROR INTERRUPTED
1800.00/1817.18	s UNKNOWN
1800.00/1817.18	c 1817	CPU 1800.01 (0.05 0.02 1798.49 1.45)
1800.00/1817.18	c 1817	END Sat Jul 11 18:08:22 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-2061104-1247326685/watcher-2061104-1247326685 -o /tmp/evaluation-result-2061104-1247326685/solver-2061104-1247326685 -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-2061104-1247326685.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: 1.87 1.97 1.98 4/73 12448
/proc/meminfo: memFree=1098944/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=12272 CPUtime=0
/proc/12448/stat : 12448 (sugar) R 12446 12448 11045 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 19731967 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 235371173232 0 0 4224 0 0 0 0 17 1 0 0
/proc/12448/statm: 3068 364 274 3 0 168 0

[startup+0.161595 s]
/proc/loadavg: 1.87 1.97 1.98 4/73 12448
/proc/meminfo: memFree=1098944/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=0.06
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19731967 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.2016 s]
/proc/loadavg: 1.87 1.97 1.98 4/73 12448
/proc/meminfo: memFree=1098944/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=0.06
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19731967 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301609 s]
/proc/loadavg: 1.87 1.97 1.98 4/73 12448
/proc/meminfo: memFree=1098944/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=0.06
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19731967 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701644 s]
/proc/loadavg: 1.87 1.97 1.98 4/73 12448
/proc/meminfo: memFree=1098944/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=0.36
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1309 4558 0 1 5 2 26 3 15 0 1 0 19731967 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16868

[startup+1.50271 s]
/proc/loadavg: 1.87 1.97 1.98 3/84 12470
/proc/meminfo: memFree=1084776/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=0.36
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1309 4558 0 1 5 2 26 3 15 0 1 0 19731967 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1111 409 3 0 796 0
[pid=12461] ppid=12448 vsize=5356 CPUtime=0
/proc/12461/stat : 12461 (sh) S 12448 12448 11045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19732007 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12461/statm: 1339 233 193 169 0 50 0
[pid=12462] ppid=12461 vsize=868512 CPUtime=1.08
/proc/12462/stat : 12462 (java) S 12461 12448 11045 0 -1 0 5127 0 1 0 105 3 0 0 18 0 9 0 19732007 889356288 4546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12462/statm: 217128 4546 1742 9 0 211633 0
[pid=12462/tid=12463] ppid=12461 vsize=868512 CPUtime=0.89
/proc/12462/task/12463/stat : 12463 (java) R 12461 12448 11045 0 -1 64 2697 0 1 0 88 1 0 0 25 0 9 0 19732008 889356288 4546 996147200 134512640 134550932 4294955936 18446744073709551615 4126470230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12464] ppid=12461 vsize=868512 CPUtime=0.02
/proc/12462/task/12464/stat : 12464 (java) S 12461 12448 11045 0 -1 64 308 0 0 0 2 0 0 0 16 0 9 0 19732009 889356288 4546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12465] ppid=12461 vsize=868512 CPUtime=0
/proc/12462/task/12465/stat : 12465 (java) S 12461 12448 11045 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19732009 889356288 4546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12466] ppid=12461 vsize=868512 CPUtime=0
/proc/12462/task/12466/stat : 12466 (java) S 12461 12448 11045 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19732009 889356288 4546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12467] ppid=12461 vsize=868512 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12461 12448 11045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19732011 889356288 4546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12468] ppid=12461 vsize=868512 CPUtime=0.14
/proc/12462/task/12468/stat : 12468 (java) S 12461 12448 11045 0 -1 64 1429 0 0 0 14 0 0 0 16 0 9 0 19732011 889356288 4546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12469] ppid=12461 vsize=868512 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12461 12448 11045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19732012 889356288 4546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12470] ppid=12461 vsize=868512 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) R 12461 12448 11045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19732012 889356288 4546 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.10287 s]
/proc/loadavg: 1.87 1.97 1.98 3/84 12470
/proc/meminfo: memFree=1083176/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=0.36
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1310 4558 0 1 5 2 26 3 15 0 1 0 19731967 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1111 409 3 0 796 0
[pid=12461] ppid=12448 vsize=5356 CPUtime=0
/proc/12461/stat : 12461 (sh) S 12448 12448 11045 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19732007 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12461/statm: 1339 233 193 169 0 50 0
[pid=12462] ppid=12461 vsize=868624 CPUtime=2.64
/proc/12462/stat : 12462 (java) S 12461 12448 11045 0 -1 0 6960 0 1 0 257 7 0 0 18 0 9 0 19732007 889470976 6022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12462/statm: 217156 6022 2591 9 0 211633 0
[pid=12462/tid=12463] ppid=12461 vsize=868624 CPUtime=2.3
/proc/12462/task/12463/stat : 12463 (java) R 12461 12448 11045 0 -1 64 2935 0 1 0 227 3 0 0 25 0 9 0 19732008 889470976 6022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12464] ppid=12461 vsize=868624 CPUtime=0.11
/proc/12462/task/12464/stat : 12464 (java) S 12461 12448 11045 0 -1 64 1847 0 0 0 9 2 0 0 16 0 9 0 19732009 889470976 6022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12465] ppid=12461 vsize=868624 CPUtime=0
/proc/12462/task/12465/stat : 12465 (java) S 12461 12448 11045 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19732009 889470976 6022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12466] ppid=12461 vsize=868624 CPUtime=0
/proc/12462/task/12466/stat : 12466 (java) S 12461 12448 11045 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19732009 889470976 6022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12467] ppid=12461 vsize=868624 CPUtime=0
/proc/12462/task/12467/stat : 12467 (java) S 12461 12448 11045 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19732011 889470976 6022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12468] ppid=12461 vsize=868624 CPUtime=0.21
/proc/12462/task/12468/stat : 12468 (java) S 12461 12448 11045 0 -1 64 1480 0 0 0 21 0 0 0 15 0 9 0 19732011 889470976 6022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12469] ppid=12461 vsize=868624 CPUtime=0
/proc/12462/task/12469/stat : 12469 (java) S 12461 12448 11045 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19732012 889470976 6022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12462/tid=12470] ppid=12461 vsize=868624 CPUtime=0
/proc/12462/task/12470/stat : 12470 (java) S 12461 12448 11045 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19732012 889470976 6022 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) 890848

[startup+6.30214 s]
/proc/loadavg: 1.88 1.97 1.98 3/76 12472
/proc/meminfo: memFree=1082920/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=10448 CPUtime=2.73
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 2418 0 0 0 147 126 0 0 25 0 1 0 19732321 10698752 2392 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 2612 2392 42 102 0 2507 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 32672

[startup+12.7017 s]
/proc/loadavg: 1.89 1.97 1.98 3/76 12472
/proc/meminfo: memFree=1081512/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=10580 CPUtime=9.07
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 2473 0 0 0 781 126 0 0 25 0 1 0 19732321 10833920 2447 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 2645 2447 42 102 0 2540 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 32804

[startup+25.5018 s]
/proc/loadavg: 1.91 1.97 1.98 3/76 12472
/proc/meminfo: memFree=1081128/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=11108 CPUtime=21.74
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 2585 0 0 0 2048 126 0 0 25 0 1 0 19732321 11374592 2559 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 2777 2559 42 102 0 2672 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 33332

[startup+51.1011 s]
/proc/loadavg: 1.94 1.97 1.98 3/76 12472
/proc/meminfo: memFree=1080360/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=11900 CPUtime=47.11
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 2804 0 0 0 4584 127 0 0 25 0 1 0 19732321 12185600 2778 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 2975 2778 42 102 0 2870 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 34124

[startup+102.302 s]
/proc/loadavg: 1.97 1.97 1.98 3/76 12472
/proc/meminfo: memFree=1078632/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=13484 CPUtime=97.83
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 3209 0 0 0 9656 127 0 0 25 0 1 0 19732321 13807616 3183 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 3371 3183 42 102 0 3266 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 35708

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 12472
/proc/meminfo: memFree=1076904/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=19520 CPUtime=1227.16
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 4772 0 0 0 122586 130 0 0 25 0 1 0 19732321 19988480 4437 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 4880 4437 48 102 0 4775 0
Current children cumulated CPU time (s) 1230.58
Current children cumulated vsize (KiB) 41744

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 12475
/proc/meminfo: memFree=1072416/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=19916 CPUtime=1286.59
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 4936 0 0 0 128529 130 0 0 25 0 1 0 19732321 20393984 4530 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 4979 4530 48 102 0 4874 0
Current children cumulated CPU time (s) 1290.01
Current children cumulated vsize (KiB) 42140

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 12475
/proc/meminfo: memFree=1072416/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=19916 CPUtime=1346.03
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 4936 0 0 0 134473 130 0 0 25 0 1 0 19732321 20393984 4530 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 4979 4530 48 102 0 4874 0
Current children cumulated CPU time (s) 1349.45
Current children cumulated vsize (KiB) 42140

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 12481
/proc/meminfo: memFree=1072224/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=19916 CPUtime=1405.45
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 4936 0 0 0 140415 130 0 0 25 0 1 0 19732321 20393984 4530 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 4979 4530 48 102 0 4874 0
Current children cumulated CPU time (s) 1408.87
Current children cumulated vsize (KiB) 42140

[startup+1482.3 s]
/proc/loadavg: 1.95 1.96 1.98 3/75 12509
/proc/meminfo: memFree=1065384/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=19916 CPUtime=1464.91
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 4936 0 0 0 146360 131 0 0 25 0 1 0 19732321 20393984 4530 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 4979 4530 48 102 0 4874 0
Current children cumulated CPU time (s) 1468.33
Current children cumulated vsize (KiB) 42140

[startup+1542.31 s]
/proc/loadavg: 1.98 1.96 1.98 3/75 12509
/proc/meminfo: memFree=1064936/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=20312 CPUtime=1524.35
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 5023 0 0 0 152304 131 0 0 25 0 1 0 19732321 20799488 4617 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 5078 4617 48 102 0 4973 0
Current children cumulated CPU time (s) 1527.77
Current children cumulated vsize (KiB) 42536

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 12509
/proc/meminfo: memFree=1064680/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=20444 CPUtime=1583.78
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 5137 0 0 0 158247 131 0 0 25 0 1 0 19732321 20934656 4657 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 5111 4657 48 102 0 5006 0
Current children cumulated CPU time (s) 1587.2
Current children cumulated vsize (KiB) 42668

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 12509
/proc/meminfo: memFree=1064680/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=20444 CPUtime=1643.22
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 5137 0 0 0 164191 131 0 0 25 0 1 0 19732321 20934656 4657 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 5111 4657 48 102 0 5006 0
Current children cumulated CPU time (s) 1646.64
Current children cumulated vsize (KiB) 42668

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 12509
/proc/meminfo: memFree=1064616/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=20444 CPUtime=1702.66
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 5137 0 0 0 170135 131 0 0 25 0 1 0 19732321 20934656 4657 996147200 134512640 134931368 4294956256 18446744073709551615 134525862 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 5111 4657 48 102 0 5006 0
Current children cumulated CPU time (s) 1706.08
Current children cumulated vsize (KiB) 42668

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 12509
/proc/meminfo: memFree=1064616/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=20444 CPUtime=1762.1
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 5137 0 0 0 176079 131 0 0 25 0 1 0 19732321 20934656 4657 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 5111 4657 48 102 0 5006 0
Current children cumulated CPU time (s) 1765.52
Current children cumulated vsize (KiB) 42668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 12509
/proc/meminfo: memFree=1064616/2055920 swapFree=4192956/4192956
[pid=12448] ppid=12446 vsize=16868 CPUtime=3.42
/proc/12448/stat : 12448 (sugar) S 12446 12448 11045 0 -1 4194304 1365 11895 0 2 5 2 322 13 16 0 1 0 19731967 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12448/statm: 4217 1113 409 3 0 796 0
[pid=12471] ppid=12448 vsize=5356 CPUtime=0
/proc/12471/stat : 12471 (sh) S 12448 12448 11045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19732320 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12471/statm: 1339 232 193 169 0 50 0
[pid=12472] ppid=12471 vsize=20444 CPUtime=1796.58
/proc/12472/stat : 12472 (picosat) R 12471 12448 11045 0 -1 4194304 5137 0 0 0 179527 131 0 0 25 0 1 0 19732321 20934656 4657 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/12472/statm: 5111 4657 48 102 0 5006 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 42668

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

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

Child status: 0
Real time (s): 1817.19
CPU time (s): 1800.04
CPU user time (s): 1798.56
CPU system time (s): 1.48577
CPU usage (%): 99.0566
Max. virtual memory (cumulated for all children) (KiB): 890848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 1.48577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18894
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= 3614
involuntary context switches= 42856

runsolver used 2.33065 second user time and 5.9471 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-11 17:38:05
IDJOB=2061104
IDBENCH=53778
IDSOLVER=738
FILE ID=node51/2061104-1247326685
PBS_JOBID= 9506528
Free space on /tmp= 66172 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-20.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-2061104-1247326685/watcher-2061104-1247326685 -o /tmp/evaluation-result-2061104-1247326685/solver-2061104-1247326685 -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-2061104-1247326685.xml

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

MD5SUM BENCH= 145c5c87867fde59caf4355db1528459
RANDOM SEED=826215372

node51.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.225
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.225
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:       1099424 kB
Buffers:         58916 kB
Cached:         822908 kB
SwapCached:          0 kB
Active:         134568 kB
Inactive:       770388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1099424 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:          33896 kB
Slab:            36880 kB
Committed_AS:   211308 kB
PageTables:       1764 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= 66172 MiB
End job on node51 at 2009-07-11 18:08:24